home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
comm
/
easyk110.zip
/
AUTOEXEC.TRY
< prev
next >
Wrap
Text File
|
1988-08-18
|
872b
|
38 lines
echo off
PROMPT $p$g
cd\startup
rem BLANK turns off video power after 2 min with no use; strike Alt to turn on.
blank
rem QUICKEYS makes cursor and repeats go about 90% faster.
quickeys
rem COLOR to specify color monitor character, background & boarder
color 23 128
rem CED stacks DOS commands for recall with Arrow Up & Arrow Down.
ced
cd\
path=d:\;d:\pcw;d:\startup;d:\dos;d:\ek
echo .
echo r gives a listing of the root directory.
echo e starts up EasyK.
echo p enters the PCWrite subdirectory, PCW.
echo .'
choice "Press r, e, or p when ready. ",rep
if errorlevel 3 goto pcwstart
if errorlevel 2 goto easykst
if errorlevel 1 goto rootdir
goto out
:pcwstart
cd\pcw
goto out
:easykst
cd\ek
easyk
goto out
:rootdir
dir/w
goto out
:out
exit
echo on